From aa5e79078b2078e79a9832aa95af64d54a971322 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 2 Oct 2014 18:15:17 +0200 Subject: [PATCH] Fix typos in `cargo build -h` --- src/bin/build.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/build.rs b/src/bin/build.rs index fd05a1fa9..0fffd7a49 100644 --- a/src/bin/build.rs +++ b/src/bin/build.rs @@ -15,7 +15,7 @@ Usage: Options: -h, --help Print this message - -p SPEC, --package SPEC Package to run benchmarks for + -p SPEC, --package SPEC Package to build -j N, --jobs N The number of jobs to run in parallel --release Build artifacts in release mode, with optimizations --features FEATURES Space-separated list of features to also build @@ -26,7 +26,7 @@ Options: If the --package argument is given, then SPEC is a package id specification which indicates which package should be built. If it is not given, then the -current package built tested. For more information on SPEC and its format, see the +current package is built. For more information on SPEC and its format, see the `cargo help pkgid` command. ", flag_jobs: Option, flag_target: Option, flag_manifest_path: Option, flag_features: Vec, -- 2.30.2